﻿2026-06-08T04:16:41.9559608Z ##[group]Run actions/checkout@v5
2026-06-08T04:16:41.9560239Z with:
2026-06-08T04:16:41.9560515Z   repository: SaberMage/spt-core
2026-06-08T04:16:41.9562535Z   token: ***
2026-06-08T04:16:41.9562774Z   ssh-strict: true
2026-06-08T04:16:41.9563036Z   ssh-user: git
2026-06-08T04:16:41.9563284Z   persist-credentials: true
2026-06-08T04:16:41.9563542Z   clean: true
2026-06-08T04:16:41.9563799Z   sparse-checkout-cone-mode: true
2026-06-08T04:16:41.9564073Z   fetch-depth: 1
2026-06-08T04:16:41.9564325Z   fetch-tags: false
2026-06-08T04:16:41.9564568Z   show-progress: true
2026-06-08T04:16:41.9564843Z   lfs: false
2026-06-08T04:16:41.9565083Z   submodules: false
2026-06-08T04:16:41.9565332Z   set-safe-directory: true
2026-06-08T04:16:41.9565721Z ##[endgroup]
2026-06-08T04:16:42.1410117Z Syncing repository: SaberMage/spt-core
2026-06-08T04:16:42.1411183Z ##[group]Getting Git version info
2026-06-08T04:16:42.1411568Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-08T04:16:42.1642623Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-08T04:16:42.1843350Z git version 2.43.0.windows.1
2026-06-08T04:16:42.1869929Z ##[endgroup]
2026-06-08T04:16:42.1877664Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\b926247e-9352-41d3-91cf-ac18b34db288\.gitconfig'
2026-06-08T04:16:42.1889931Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\b926247e-9352-41d3-91cf-ac18b34db288' before making global git config changes
2026-06-08T04:16:42.1890695Z Adding repository directory to the temporary git global config as a safe directory
2026-06-08T04:16:42.1894919Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-08T04:16:42.2126525Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-08T04:16:42.2313941Z https://github.com/SaberMage/spt-core
2026-06-08T04:16:42.2340264Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-08T04:16:42.2344352Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-08T04:16:42.2532824Z refs/heads/dev-freeform
2026-06-08T04:16:42.2556762Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-08T04:16:42.2852962Z HEAD is now at 6a4ccc7 chore(release): prep v0.2.0 — user-facing CHANGELOG + changelog-driven release notes
2026-06-08T04:16:42.3087147Z ##[endgroup]
2026-06-08T04:16:42.3090710Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-08T04:16:42.6641467Z ##[group]Cleaning the repository
2026-06-08T04:16:42.6646166Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-08T04:16:47.0026340Z Removing .adapter-notify/
2026-06-08T04:16:47.0026675Z Removing target/
2026-06-08T04:16:47.0064448Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-08T04:16:47.0421124Z HEAD is now at 6a4ccc7 chore(release): prep v0.2.0 — user-facing CHANGELOG + changelog-driven release notes
2026-06-08T04:16:47.0443126Z ##[endgroup]
2026-06-08T04:16:47.0446814Z ##[group]Disabling automatic garbage collection
2026-06-08T04:16:47.0451563Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-08T04:16:47.0675823Z ##[endgroup]
2026-06-08T04:16:47.0676206Z ##[group]Setting up auth
2026-06-08T04:16:47.0681960Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-08T04:16:47.0893918Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-08T04:16:47.4383049Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-08T04:16:47.4633483Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-08T04:16:47.8297858Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-08T04:16:47.8527039Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-08T04:16:48.1972991Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-08T04:16:48.2263309Z ##[endgroup]
2026-06-08T04:16:48.2263719Z ##[group]Fetching the repository
2026-06-08T04:16:48.2269864Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6a4ccc7320d110e949fc6669ba721023564f2570:refs/tags/v0.2.0
2026-06-08T04:16:48.8323228Z From https://github.com/SaberMage/spt-core
2026-06-08T04:16:48.8323647Z  * [new ref]         6a4ccc7320d110e949fc6669ba721023564f2570 -> v0.2.0
2026-06-08T04:16:48.8437649Z ##[endgroup]
2026-06-08T04:16:48.8438048Z ##[group]Determining the checkout info
2026-06-08T04:16:48.8439115Z ##[endgroup]
2026-06-08T04:16:48.8444065Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-08T04:16:48.8701038Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-08T04:16:48.8918581Z ##[group]Checking out the ref
2026-06-08T04:16:48.8922913Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/tags/v0.2.0
2026-06-08T04:16:48.9236863Z HEAD is now at 6a4ccc7 chore(release): prep v0.2.0 — user-facing CHANGELOG + changelog-driven release notes
2026-06-08T04:16:48.9259061Z ##[endgroup]
2026-06-08T04:16:48.9492651Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-08T04:16:48.9685750Z 6a4ccc7320d110e949fc6669ba721023564f2570
